projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdebb1c
)
Add some more FIXMEs
author
Federico Mena Quintero
<federico@gnu.org>
Thu, 13 Mar 2008 00:35:08 +0000
(
00:35
+0000)
committer
Federico Mena Quintero
<federico@src.gnome.org>
Thu, 13 Mar 2008 00:35:08 +0000
(
00:35
+0000)
Signed-off-by: Federico Mena Quintero <federico@gnu.org>
svn path=/trunk/; revision=19819
gtk/gtkfilechooserentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserentry.c
b/gtk/gtkfilechooserentry.c
index fbf73613b4a89cf63355b0055383453f533a6fae..8d6fce3b915efd2da4cb4d88300906122b739d96 100644
(file)
--- a/
gtk/gtkfilechooserentry.c
+++ b/
gtk/gtkfilechooserentry.c
@@
-684,10
+684,15
@@
gtk_file_chooser_entry_focus (GtkWidget *widget,
gtk_editable_set_position (editable, sel_end);
}
else
- append_common_prefix (chooser_entry, FALSE);
+ {
+ /* FIXME: append the common prefix, *or* pop up the suggestion window if there is no prefix */
+ append_common_prefix (chooser_entry, FALSE);
+ }
/* Trigger the completion window to pop up again by a
* zero-length insertion, a bit of a hack.
+ *
+ * FIXME: this should be removed here, as it is contemplated by the case above.
*/
gtk_editable_insert_text (editable, "", -1, &pos);